projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3310fdd
)
(zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 18 Jul 2005 11:17:42 +0000
(11:17 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 18 Jul 2005 11:17:42 +0000
(11:17 +0000)
lisp/play/zone.el
patch
|
blob
|
history
diff --git
a/lisp/play/zone.el
b/lisp/play/zone.el
index a075729ab999fcf27473dabcd44e8973206d8abd..7379a6f03528f87e1190d152d5bba745e9945ec7 100644
(file)
--- a/
lisp/play/zone.el
+++ b/
lisp/play/zone.el
@@
-622,7
+622,7
@@
If the element is a function or a list of a function and a number,
(sit-for 3)
(erase-buffer)
(sit-for 3)
- (insert-buffer "*Messages*")
+ (insert-buffer
-substring
"*Messages*")
(message "")
(goto-char (point-max))
(recenter -1)